Blazor コントロール
FilterUnaryExpression<T> コンストラクタ

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > FilterUnaryExpression<T> クラス : FilterUnaryExpression<T> コンストラクタ
The path of the data item to which the filter will be applied.
The filter operation.
The value to be filtered.
Initializes a new instance of the FilterUnaryExpression<T> class.
シンタックス
'宣言
 
Public Function New( _
   ByVal filterPath As System.Linq.Expressions.Expression(Of Func(Of T,Object)), _
   ByVal filterOperation As FilterOperation, _
   ByVal value As System.Object _
)
public FilterUnaryExpression<T>( 
   System.Linq.Expressions.Expression<Func<T,object>> filterPath,
   FilterOperation filterOperation,
   System.object value
)

パラメータ

filterPath
The path of the data item to which the filter will be applied.
filterOperation
The filter operation.
value
The value to be filtered.
参照

FilterUnaryExpression<T> クラス
FilterUnaryExpression<T> メンバ